home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMFIND / TFMFIND.txt
Text File  |  2004-09-09  |  4KB  |  200 lines

  1. object fmFind: TfmFind
  2.   Left = 442
  3.   Top = 301
  4.   HelpContext = 940
  5.   ActiveControl = rcbFilename
  6.   BorderStyle = bsDialog
  7.   Caption = 'Find'
  8.   ClientHeight = 281
  9.   ClientWidth = 377
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object laFilename: TLabel
  22.     Left = 8
  23.     Top = 16
  24.     Width = 82
  25.     Height = 13
  26.     Caption = 'File &Name to find:'
  27.   end
  28.   object gbDate: TGroupBox
  29.     Left = 8
  30.     Top = 40
  31.     Width = 361
  32.     Height = 97
  33.     Caption = 'Date'
  34.     TabOrder = 1
  35.     object laDateBetween: TLabel
  36.       Left = 170
  37.       Top = 70
  38.       Width = 18
  39.       Height = 13
  40.       Caption = 'and'
  41.       Enabled = False
  42.     end
  43.     object rbDateAny: TRadioButton
  44.       Left = 16
  45.       Top = 24
  46.       Width = 73
  47.       Height = 17
  48.       Caption = 'Any &Date'
  49.       Checked = True
  50.       TabOrder = 0
  51.       TabStop = True
  52.       OnClick = rbDateAnyClick
  53.     end
  54.     object rbDateBetween: TRadioButton
  55.       Left = 16
  56.       Top = 41
  57.       Width = 169
  58.       Height = 17
  59.       Caption = 'Files with dates on or between:'
  60.       TabOrder = 1
  61.       OnClick = rbDateAnyClick
  62.     end
  63.     object dtpStart: TDateTimePicker
  64.       Left = 35
  65.       Top = 62
  66.       Width = 129
  67.       Height = 21
  68.       CalColors.TitleBackColor = clGray
  69.       CalColors.TrailingTextColor = clSilver
  70.       Date = 37596.569548680600000000
  71.       Time = 37596.569548680600000000
  72.       Enabled = False
  73.       TabOrder = 2
  74.     end
  75.     object dtpEnd: TDateTimePicker
  76.       Left = 196
  77.       Top = 62
  78.       Width = 129
  79.       Height = 21
  80.       CalColors.TitleBackColor = clGray
  81.       CalColors.TrailingTextColor = clSilver
  82.       Date = 37596.569665162000000000
  83.       Time = 37596.569665162000000000
  84.       Enabled = False
  85.       TabOrder = 3
  86.       OnEnter = dtpEndEnter
  87.     end
  88.   end
  89.   object gbSize: TGroupBox
  90.     Left = 8
  91.     Top = 144
  92.     Width = 361
  93.     Height = 97
  94.     Caption = 'Unpacked Size'
  95.     TabOrder = 2
  96.     object laSizeRange: TLabel
  97.       Left = 304
  98.       Top = 69
  99.       Width = 41
  100.       Height = 13
  101.       Caption = 'kilobytes'
  102.       Enabled = False
  103.     end
  104.     object rbSizeRange: TRadioButton
  105.       Left = 16
  106.       Top = 41
  107.       Width = 89
  108.       Height = 17
  109.       Caption = 'Files with size:'
  110.       TabOrder = 1
  111.       OnClick = rbSizeAnyClick
  112.     end
  113.     object rbSizeAny: TRadioButton
  114.       Left = 16
  115.       Top = 24
  116.       Width = 65
  117.       Height = 17
  118.       Caption = 'Any &Size'
  119.       Checked = True
  120.       TabOrder = 0
  121.       TabStop = True
  122.       OnClick = rbSizeAnyClick
  123.     end
  124.     object edSizeRange: TEdit
  125.       Left = 184
  126.       Top = 61
  127.       Width = 113
  128.       Height = 21
  129.       Enabled = False
  130.       TabOrder = 3
  131.     end
  132.     object cbSizeRange: TComboBox
  133.       Left = 35
  134.       Top = 61
  135.       Width = 137
  136.       Height = 21
  137.       Style = csDropDownList
  138.       Enabled = False
  139.       ItemHeight = 13
  140.       ItemIndex = 0
  141.       TabOrder = 2
  142.       Text = 'Greater than or equal to'
  143.       Items.Strings = (
  144.         'Greater than or equal to'
  145.         'Smaller than or equal to'
  146.         'Equal to')
  147.     end
  148.   end
  149.   object buFind: TButton
  150.     Left = 134
  151.     Top = 249
  152.     Width = 75
  153.     Height = 25
  154.     Caption = '&Find'
  155.     Default = True
  156.     TabOrder = 3
  157.     OnClick = buFindClick
  158.   end
  159.   object buCancel: TButton
  160.     Left = 214
  161.     Top = 249
  162.     Width = 75
  163.     Height = 25
  164.     Caption = '&Cancel'
  165.     ModalResult = 2
  166.     TabOrder = 4
  167.   end
  168.   object buHelp: TButton
  169.     Left = 294
  170.     Top = 249
  171.     Width = 75
  172.     Height = 25
  173.     Caption = '&Help'
  174.     TabOrder = 5
  175.     OnClick = buHelpClick
  176.   end
  177.   object rcbFilename: TRegComboBox
  178.     Left = 105
  179.     Top = 8
  180.     Width = 264
  181.     Height = 21
  182.     Hint = 'Enter a filename'
  183.     HelpContext = 940
  184.     AutoComplete = False
  185.     AutoDropDown = True
  186.     DropDownCount = 10
  187.     ItemHeight = 13
  188.     TabOrder = 0
  189.     Text = '*.*'
  190.     RegAutoFindValue = True
  191.     RegAutoFindDelay = 500
  192.     RegAutoFindCaseSensitive = False
  193.     RegEnabled = True
  194.     RegLocation = CurrentUser
  195.     RegKey = '\Software\PicoZip\Find'
  196.     RegMaxCount = 10
  197.     RegSaveOnExit = True
  198.   end
  199. end
  200.